home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Shareware Grab Bag
/
Shareware Grab Bag.iso
/
015
/
font10.arc
/
DEMO.BAT
< prev
next >
Wrap
DOS Batch File
|
1986-02-19
|
376b
|
20 lines
echo off
if %1X == X goto ERROR
rem load the font
copy /b ft10.sfp %1
rem copy a font test to the printer
copy fnt.txt %1
copy boxchr.txt %1
copy graph.txt %1
copy read.me %1
goto EXIT
:ERROR
echo Correct Syntax is:
echo DEMO {PRN, LPT1, LPT2, COM1, COM2}
echo where the device name is where the LaserJet Plus is connected
:EXIT
exit